home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Visual Basic 5.0 (2nd Edition) / Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso / Source / Sieve / SIEVEMFC / SIEVEMFC.DEF < prev    next >
Text File  |  1995-09-30  |  272b  |  11 lines

  1. ; SieveMFC.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      "SIEVEMFC"
  4. DESCRIPTION  'SIEVEMFC Windows Dynamic Link Library'
  5.  
  6. EXPORTS
  7.     ; Explicit exports can go here
  8.     DllCanUnloadNow PRIVATE
  9.     DllGetClassObject PRIVATE
  10.     DllRegisterServer PRIVATE
  11.